home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-14 | 330 b | 15 lines | [TEXT/CCL2] |
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;; Compiles in LISP, C, and Pascal
-
- (* pi);/*
- #|
- */ main() { puts ("Compiled by a C compiler"); } /*
- |# (print "Compiled by a Lisp compiler") #| *)
- program chameleon (output);
- begin
- writeln('Compiled by a Pascal compiler');
- end.
- (*/
- #define end_pascal_comment |#'( *)
-
-